home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / git / RelNotes-1.5.2.5.txt < prev    next >
Encoding:
Text File  |  2011-09-22  |  928 b   |  31 lines

  1. GIT v1.5.2.5 Release Notes
  2. ==========================
  3.  
  4. Fixes since v1.5.2.4
  5. --------------------
  6.  
  7.  * Bugfixes
  8.  
  9.    - "git add -u" had a serious data corruption problem in one
  10.      special case (when the changes to a subdirectory's files
  11.      consist only deletion of files).
  12.  
  13.    - "git add -u <path>" did not work from a subdirectory.
  14.  
  15.    - "git apply" left an empty directory after all its files are
  16.      renamed away.
  17.  
  18.    - "git $anycmd foo/bar", when there is a file 'foo' in the
  19.      working tree, complained that "git $anycmd foo/bar --" form
  20.      should be used to disambiguate between revs and files,
  21.      which was completely bogus.
  22.  
  23.    - "git checkout-index" and other commands that checks out
  24.      files to the work tree tried unlink(2) on directories,
  25.      which is a sane thing to do on sane systems, but not on
  26.      Solaris when you are root.
  27.  
  28.  * Documentation Fixes and Updates
  29.  
  30.    - A handful documentation fixes.
  31.